setDesiredHeightResId
open fun setDesiredHeightResId(@DimenRes heightResId: Int): NotificationCompat.BubbleMetadata.Builder(source)
Sets the desired height via resId for the app content defined by setIntent, this height may not be respected if there is not enough space on the screen or if the provided height is too small to be useful.
If setDesiredHeight was previously called on this builder, the previous value set will be cleared after calling this method, and this value will be used instead.